Uses of Enum Class
org.mozilla.jss.pkcs12.MacType
Packages that use MacType
Package
Description
Creating and interpreting PKCS #12 blobs.
-
Uses of MacType in org.mozilla.jss.netscape.security.pkcs
Fields in org.mozilla.jss.netscape.security.pkcs declared as MacTypeMethods in org.mozilla.jss.netscape.security.pkcs that return MacTypeModifier and TypeMethodDescriptionPKCS12Util.getMacType()Returns the configured MAC algorithm type.Methods in org.mozilla.jss.netscape.security.pkcs with parameters of type MacTypeModifier and TypeMethodDescriptionvoidPKCS12Util.setMacType(MacType type) Sets the MAC algorithm type for PKCS#12 file generation. -
Uses of MacType in org.mozilla.jss.pkcs12
Fields in org.mozilla.jss.pkcs12 declared as MacTypeMethods in org.mozilla.jss.pkcs12 that return MacTypeModifier and TypeMethodDescriptionstatic MacTypeReturns the enum constant of this class with the specified name.static MacType[]MacType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mozilla.jss.pkcs12 with parameters of type MacTypeModifier and TypeMethodDescriptionvoidPFX.setMacType(MacType type) Sets the MAC algorithm type for this PFX.